←Select platform

Parse<T>(string) Method

Summary

Parses the specified string to an enumeration.

Syntax

C#
VB
C++
[ExtensionAttribute()] 
public static T Parse<T>( 
   string value 
) 
<ExtensionAttribute()> 
Public Overloads Shared Function Parse(Of T)( _ 
   ByVal value As String _ 
) As T 
[ExtensionAttribute()] 
public: 
static _T^_ Parsegeneric<typename T> 
(  
   String^ value 
)  

Parameters

value
The string to parse.

Type Parameters

T
The enumeration type

Return Value

The enumeration value that corresponds to the string.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Common Assembly